home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / sxpr228.zip / ARCHIVE.CFG < prev    next >
Text File  |  1990-06-29  |  720b  |  33 lines

  1. ;------------------------------------------------------------------------
  2. ;           Silver Xpress 2.24 archive definition file
  3. ;
  4. ; NOTE! Each command must HAVE the %1 parameter. Xpress will only
  5. ; understand SEA formats (which includes PKXarc), PAK, LZH, ZIP, and ZOO
  6. ;------------------------------------------------------------------------
  7. ;
  8. ; SEA Archive format
  9. ;
  10. SEA_C   = pkarc  /m %1
  11. SEA_X   = pkxarc /r %1
  12. ;
  13. ; PAK archive Format
  14. ;
  15. PAK_C   = PAK m %1
  16. PAK_X   = PAK e %1
  17. ;
  18. ; LZH archive Format
  19. ;
  20. LZH_C   = LHARC m %1
  21. LZH_X   = LHARC e %1
  22. ;
  23. ; ZOO archive Format
  24. ;
  25. ZOO_C   = ZOO -m %1
  26. ZOO_X   = ZOO -e %1
  27. ;
  28. ; ZIP archive Format
  29. ;
  30. ZIP_C   = PKZIP -mex -k %1
  31. ZIP_X   = PKUNZIP -o %1
  32. ;
  33.